home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / CALLNETH.WI$ / CALLNETH.WIZ
Text File  |  1995-08-11  |  5KB  |  76 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Call a Host PC - Network 
  3.  
  4. IF ISWINDOWUP "pcANYWHERE"
  5.     BlackBoard  "This Assistant will walk you through the process of calling a Network Host."
  6.     Blackboard  "During this session, your mouse cursor will be under computer control."
  7. else
  8.     RUN        "WINAW.EXE"
  9.     BlackBoard "Welcome to Norton pcANYWHERE, your complete remote communications solution!"
  10. endif
  11. BlackBoard      "To connect to a Network host, the Assistant will click on the Call A Host PC button."
  12. CLICKON         0500 ;This is the Host PC Directory to which entries may be added.  Press NEXT.
  13. listselect 1624 "pcANYWHERE Host via Network"  ;This existing Network selection is configured for a Novell NetWare IPX connection.
  14. BlackBoard "It does not contain a specific host name and will present you with a list of available hosts to choose from."
  15. BlackBoard "The Assistant will create a new network host. When you press NEXT, the Assistant will create a one by clicking on New."
  16. Controlsoff "Edit Host PC Entry"
  17. CLICKON     1618  ;Press NEXT to continue.
  18. LABEL MPW
  19. IF ISWINDOWUP "Master Password"
  20. Controlsoff "Master Password"
  21.     BlackBoard                      "A master password has been set.  It must be entered now in order to view/modify any program settings"
  22.     AcceptInto      1808            ;Please enter the master password now...Press Next to continue.
  23.     ClickOn         0001       ;Your master password has been entered.
  24.         If iswindowup "Error"      
  25.         BlackBoard              "I'm Sorry!  Your entry was incorrect.  Please try again!"
  26.         ClickOn         0002
  27.         Goto            MPW
  28.     endif
  29. Controlsoff "Edit Host PC Entry"
  30. endif
  31. Blackboard "The Assistant has brought up the Edit Host PC Entry window."
  32. LABEL descrpt
  33. Blackboard "When you press NEXT, you will be prompted to enter data about your host."
  34. AcceptInto  4410     ;Description:  Enter a description which will appear in your host directory and will clearly identify this Host.  Example: John's network host.
  35. If controlempty 4410
  36.     Blackboard  "This description field must not be left blank.  Press Next to continue."
  37.     goto descrpt
  38. Endif
  39. LABEL   DESC
  40. IF ENTRYEXISTS  4410 1624
  41.     BlackBoard                      "This entry is already in the list...Please enter a different description"
  42.     AcceptInto      4410            ;Each PC you want to call needs a unique identifier or description.
  43.     Goto DESC
  44. endif
  45. clickon      4415     ;Host PC Computer Name:  If you enter a Host PC name here, it will automatically connect to this Host.
  46.     BlackBoard    "If Host PC Name is left blank, you will get a list of available hosts to choose from. This list may be extensive and tedious to search."
  47.     BlackBoard    "Entering a Host name will eliminate the need to search through this list." 
  48. AcceptInto      4415  ;Host PC Computer Name:  You may enter a Host name now if you wish, then Press Next to continue.
  49. AcceptInto      4420  ;Your Login Name:  If the host requires you to have a login name, you may enter it now.
  50. AcceptInto      4430  ;Your Password:  The Host PC may require a password.  If it does, please enter it now.  Note:  passwords can be case-sensitive!
  51. BlackBoard   "As a security measure, the password is not displayed as you enter it.  Please remember it -- you will be asked to verify the password later."
  52. Blackboard  "Press NEXT to select the existing network entry from Your Hardware Configuration Name."
  53. Listselect  4460 "Network"  ;For our hardware setup, the Assistant will edit this to your specifications.
  54. Controlsoff "Edit Hardware Configuration"
  55. ClickOn     4470   ;The Assistant has brought up the Edit Hardware Configuration window.  Press Next to continue.
  56. AcceptInto      3220    ;Please select the device type your network uses.  NetWare IPX is a good choice for Novell Networks.
  57. Blackboard   "Press NEXT to save your selection."
  58. ClickOn         0001    ;Your selection has been saved.
  59. Controlsoff "Confirm Password"
  60. ClickOn         0001    ; The Assistant will again click on OK.       
  61. IF iswindowup "Confirm Password"
  62. Acceptinto 9402    ;Please enter the master password again to confirm it and press Next to continue.
  63. LABEL PW
  64. clickon    0001  ;The Assistant will click on OK.
  65.     IF iswindowup "Warning"
  66.     BlackBoard "I'm Sorry!  You have entered the master password incorrectly.  You have one more try to enter it correctly."
  67.     Clickon  0002
  68.     AcceptInto 9402    ;If you have forgotten the password, stop this script and begin again. Thank You.
  69.     Clickon 0002
  70.     Goto PW
  71.     endif
  72. endif
  73. BlackBoard  "Your configuration has been saved.  If you would like to place the call, press the Call button at the end of this lesson." 
  74. Blackboard      "Goodbye"
  75. EXIT
  76.